ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / BarcodeBaseTagHelper<TControl> Class / HideExtraChecksum Property

In This Topic
    HideExtraChecksum Property (BarcodeBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.HideExtraChecksum. Indicates whether to show the check digit in the label text of the control.
    Syntax
    'Declaration
     
    Public Overridable Property HideExtraChecksum As Boolean
    public virtual bool HideExtraChecksum {get; set;}
    See Also